AppointmentIsRecurring Property |
Indicates whether the appointment is part of a recurring item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic bool IsRecurring { get; }Public ReadOnly Property IsRecurring As Boolean
Get
Property Value
Type:
Booleantrue if this instance is recurring; otherwise,
false.
See Also